CyberStore Cart Web Service
MethodClearCart
CyberStore Cart Web Service > All Operations Resource Group : ClearCart (Method)
Description
Clears all lines from the shopper's current cart. Introduced in v.2.21
Request (ClearCartSoapIn)

The request body is of type ClearCart.

Example
// Example:
//    Remove all lines from the currnet shopper's cart

MakeAJAXCall("Cart.ClearCart", {}, console.log)
200 Response (ClearCartSoapOut)

The response body is of type ClearCartResponse.

Response Body Parameters

NameDescriptionData Type
 xml:string
See Also
All Operations Resource GroupCyberStore Cart Web Service